From 9f4c947028a6ed6e1435c525df55e0719a8a5e44 Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Mon, 17 Apr 2000 11:43:25 +0000 Subject: [PATCH] Add . * gdk-pixbuf/Makefile.am (INCLUDES): Add . --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 0f6b132c00..7e7c33a552 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2000-04-17 Karl Eichwalder + + * gdk-pixbuf/Makefile.am (INCLUDES): Add $(GNOME_CFLAGS). + Reported by Jens Finke. + 2000-04-14 Tomasz K³opczko * gdk-pixbuf/pixops/makefile.am: $(LIBART_CFLAGS) replaced by diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 8cac5be34d..35db1b7f3d 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -144,7 +144,7 @@ DEPS = libgdk_pixbuf.la INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/gdk-pixbuf \ -I$(top_builddir)/gdk-pixbuf \ - $(GLIB_CFLAGS) $(GTK_CFLAGS) + $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" LDADDS = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) -- 2.30.2